home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 April / Software of the Month Club 1996 April.iso / pc / os2 / htmlchk / mac / hctesec.mac < prev    next >
Text File  |  1996-02-21  |  799b  |  15 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hctESec - This REXX Macro is called when the report finishes a section   */
  4. /*                                                                           */
  5. /*  Valid Variables are:                                                     */
  6. /*      hcTotalBytes   hcDeep                                                */
  7. /*                                                                           */
  8. /*---------------------------------------------------------------------------*/
  9.  
  10.   Call RxhcLineOut '-------------ESec------------'
  11.   Call RxhcLineOut 'hcTotalBytes=' hcTotalBytes
  12.   Call RxhcLineOut 'hcDeep=' hcDeep
  13.  
  14. RETURN
  15.